home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3chorbl.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_CHOREOGRAPHABLE_H = 1;
- include("real/objects/r3aniobj.js")
-
-
- var R3CLID_CHOREOGRAPHABLE = 165;
-
-
-
-
-
-
-
- R3CHRBLA_Active = 165500;
- function SetR3CHRBLA_Active(value) {
- R3Set(this.r3obj, R3CHRBLA_Active, value, R3TID_INTEGER, 0);
- }
-
- function GetR3CHRBLA_Active() {
- return R3Get(this.r3obj, R3CHRBLA_Active, R3TID_INTEGER, 0);
- }
-
- R3CHRBLA_Names = 165501;
- function GetR3CHRBLA_Names() {
- return R3Get(this.r3obj, R3CHRBLA_Names, R3TID_STRING, R3TNF_ARRAY);
- }
-
- R3CHRBLA_Count = 165502;
- function GetR3CHRBLA_Count() {
- return R3Get(this.r3obj, R3CHRBLA_Count, R3TID_INTEGER, 0);
- }
-
- R3CHRBLA_Acceleration = 165503;
- function SetR3CHRBLA_Acceleration(value) {
- R3Set(this.r3obj, R3CHRBLA_Acceleration, value, R3TID_VECTOR, 0);
- }
-
- function GetR3CHRBLA_Acceleration() {
- return R3Get(this.r3obj, R3CHRBLA_Acceleration, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Choreographable () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_CHOREOGRAPHABLE, arguments);
- }
- // Methods
-
- // Attributes
- this.GetActive=GetR3CHRBLA_Active;
- this.SetActive=SetR3CHRBLA_Active;
- this.GetNames=GetR3CHRBLA_Names;
- this.GetCount=GetR3CHRBLA_Count;
- this.GetAcceleration=GetR3CHRBLA_Acceleration;
- this.SetAcceleration=SetR3CHRBLA_Acceleration;
- }
-
- r3Choreographable.prototype=new r3Aniobj;
- // r3chorbl.h_H